home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / scilab / scilab.quit < prev    next >
Text File  |  1999-09-16  |  248b  |  11 lines

  1. // This file contains scilab command to be executed at the end 
  2. // of a scilab session
  3.  
  4. unix_s('rm -rf /tmp/'+string(getpid())+'.metanet.*')
  5.  
  6. if exists('TMPDIR') then
  7.   cmd='rm -rf '+TMPDIR
  8.   host(cmd+' >/dev/null  2>/dev/null')    
  9.   disp('Bye')
  10. end
  11.